body {
  overflow-x: hidden;
  font-family: "Candara" !important;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
a {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.fm_os {
  font-family: 'open sans';
  font-weight: 600;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
@font-face {
  font-family: "Candara";
  src: url(../fonts/Candara.ttf);
}
@font-face {
  font-family: "Aparajita";
  src: url(../fonts/APARAJ.TTF);
}
@font-face {
  font-family: "FuturaLT";
  src: url(../fonts/FuturaLT-Bold.otf);
}
@font-face {
  font-family: "Constantia";
  src: url(../fonts/constantia .ttf);
}
header .h-top {
  display: block;
  height: 130px;
}
header .h-top .logo {
  display: block;
  float: left;
}
header .h-top .logo img {
  display: block;
  float: left;
  width: 161px;
  margin: 15px 15px 0 0;
}
header .h-top .logo .r {
  display: block;
  float: left;
  text-transform: uppercase;
}
header .h-top .logo .r p {
  color: #333;
  font-size: 16px;
  margin: 42px 0 7px;
}
header .h-top .logo .r h5 {
  color: #007840;
  font-size: 18px;
  font-weight: bold;
}
header .h-top .right {
  display: block;
  float: right;
}
header .h-top .right .top {
  display: block;
  height: 29px;
  line-height: 32px;
  margin: 16px 0 18px;
}
header .h-top .right .top .link {
  display: block;
  float: right;
}
header .h-top .right .top .link a img {
  width: auto;
}
header .h-top .right .top .laug {
  display: block;
  float: right;
  text-transform: uppercase;
}
header .h-top .right .top .laug a {
  display: inline-block;
  padding: 0 10px;
  height: 15px;
  line-height: 15px;
}
header .h-top .right .top .laug .cn {
  color: #777;
  font-family: "宋体";
  border-right: 1px solid #5a5a5a;
}
header .h-top .right .top .laug .en {
  color: #333;
  font-family: arial;
}
header .h-top .right .seach {
  display: block;
}
header .h-top .right .seach input {
  display: block;
  float: left;
  outline: none;
  height: 35px;
  border: none;
}
header .h-top .right .seach input[type="text"] {
  width: 215px;
  padding: 0 10px;
  text-transform: uppercase;
  background-color: #ededed;
}
header .h-top .right .seach input[type="submit"] {
  width: 56px;
  background: #007840 url(../images/fdj.png) no-repeat center center;
}
header .h-top .right .seach input[type="submit"]:hover {
  background-color: #6ab93b;
}
header .h-top .right .seach .bdy {
  position: relative;
  display: block;
  float: left;
}
header .h-top .right .seach .bdy h5 {
  display: block;
  height: 35px;
  color: #fff;
  line-height: 35px;
  padding: 0 15px;
  width: 105px;
  cursor: pointer;
  background-color: #007840;
  text-transform: uppercase;
}
header .h-top .right .seach .bdy h5:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  right: 3px;
  top: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}
header .h-top .right .seach .bdy .seach_pro {
  position: absolute;
  display: none;
  z-index: 999;
  width: 161px;
}
header .h-top .right .seach .bdy .seach_pro li {
  display: block;
  padding: 0 15px;
  background-color: #007840;
}
header .h-top .right .seach .bdy .seach_pro li a {
  display: block;
  color: #fff;
  line-height: 32px;
  text-transform: capitalize;
}
header .h-top .right .seach .bdy .seach_pro li:hover {
  background-color: #6ab93b;
}
header nav {
  height: 46px;
  line-height: 46px;
  background: #007840;
}
header nav .menu-box {
  float: left;
}
header nav .menu-box .menu > li {
  position: relative;
  display: block;
  float: left;
  border-right: 1px solid #57a681;
  text-transform: uppercase;
}
header nav .menu-box .menu > li > a {
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 0 71px;
}
header nav .menu-box .menu > li > a:hover {
  background-color: #6ab93b;
}
header nav .menu-box .menu > li:first-child {
  border-left: 1px solid #57a681;
}
header nav .menu-box .menu > li .sub-menu {
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=100);
  position: absolute;
  top: 130%;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: left;
  z-index: 99;
  display: none;
  box-shadow: 0 0 3px 0 #666666;
  -webkit-box-shadow: 0 0 3px 0 #666666;
  -moz-box-shadow: 0 0 3px 0 #666666;
  -ms-box-shadow: 0 0 3px 0 #666666;
  -o-box-shadow: 0 0 3px 0 #666666;
}
header nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
header nav .menu-box .menu > li .sub-menu li a {
  color: #999;
  display: block;
  padding: 15px 10px 15px 20px;
}
header nav .menu-box .menu > li .sub-menu li:hover {
  background: #007840;
}
header nav .menu-box .menu > li .sub-menu li:hover a {
  color: #fff;
}
#iview {
  position: relative;
  margin: 0 auto;
}
#iview,
#iview .iviewSlider {
  display: block;
  width: 100%;
  height: 626px;
  overflow: hidden;
}
#iview .iview-strip,
#iview .iview-block {
  display: block;
  position: absolute;
  z-index: 5;
}
#iview div.iview-directionNav {
  position: absolute;
  top: 230px;
  left: 0px;
  z-index: 9;
  width: 100%;
}
#iview div.iview-directionNav a {
  display: block;
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 100px;
  background-image: url(../images/nav_paddles.png);
  text-indent: -9999px;
}
#iview div.iview-directionNav a:active {
  background-image: url(../images/nav_paddles_down.png);
}
#iview div.iview-directionNav a.iview-nextNav {
  right: 20px;
  background-position: 56px 0px;
}
#iview div.iview-directionNav a.iview-prevNav {
  left: 20px;
  background-position: -16px 0px;
}
#iview .iview_bdy {
  padding: 128px 54px 0 100px;
}
#iview .iview_bdy .iview-caption {
  text-align: left;
}
#iview .iview_bdy .iview-caption h5 {
  color: #6ab93b;
  font-size: 40px;
  line-height: 55px;
  font-weight: 900;
  font-family: "FuturaLT";
  text-transform: uppercase;
}
#iview .iview_bdy .iview-caption h5 i {
  color: #000;
}
#iview .iview_bdy .iview-caption p {
  font-size: 30px;
  height: 70px;
  line-height: 32px;
  font-family: "Aparajita";
}
#iview .iview_bdy .caption1 {
  margin: 12px 0 27px;
}
#iview #iview-timer {
  position: absolute;
  z-index: 100;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  display: none!important;
}
#iview #iview-preloader {
  border: #666 1px solid;
  width: 150px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  position: absolute;
  z-index: 1000;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 1px;
  height: 3px;
}
#iview #iview-preloader div {
  background: #666;
  float: left;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  height: 3px;
  width: 0px;
}
.banner_btm {
  display: block;
  height: 122px;
  background-color: #6ab93b;
}
.banner_btm .left {
  display: block;
  float: left;
  width: 610px;
}
.banner_btm .left h5 {
  display: block;
  color: #fff;
  font-size: 38px;
  margin: 21px 0 0;
  font-family: "Aparajita";
}
.banner_btm .right {
  display: block;
  float: right;
  color: #fff;
  width: 331px;
  height: 43px;
  line-height: 38px;
  text-align: center;
  font-size: 18px;
  margin: 42px 0 0;
  font-weight: bold;
  border: 2px solid #fff;
  vertical-align: middle;
}
#index-body .i-product .title {
  display: block;
  margin: 35px 0 0;
  text-align: center;
  font-family: "Aparajita";
}
#index-body .i-product .title h5 {
  font-size: 48px;
  text-transform: uppercase;
}
#index-body .i-product .title h5 i {
  color: #6ab93b;font-size: 48px;
}
#index-body .i-product .title img {
  display: block;
  width: auto;
  margin: 0 auto 15px;
}
#index-body .i-product .title p {
  color: #555;
  font-size: 18px;
  text-transform: capitalize;
}
#index-body .i-product .i-prolist-bdy {
  display: block;
  margin: 0 0 5px;
}
#index-body .i-product .i-prolist-bdy .next,
#index-body .i-product .i-prolist-bdy .prev {
  position: absolute;
  cursor: pointer;
  z-index: 9;
  width: 35px;
  height: 30px;
  top: 228px;
}
#index-body .i-product .i-prolist-bdy .prev {
  left: -18px;
  background: url(../images/pro_l.png) no-repeat;
}
#index-body .i-product .i-prolist-bdy .next {
  right: -20px;
  background: url(../images/pro_r.png) no-repeat;
}
#index-body .i-product .i-prolist-bdy .mb_wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 473px;
}
#index-body .i-product .i-prolist-bdy .mb_wrap ul li {
  position: absolute;
  z-index: 0;
}
#index-body .i-product .i-prolist-bdy .mb_wrap ul li img {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
#index-body .i-product .i-prolist-bdy .mb_wrap ul li p {
  position: absolute;
  display: block;
  width: 100%;
  z-index: 9;
  left: 0;
  bottom: 26px;
}
#index-body .i-product .i-prolist-bdy .mb_wrap ul li p a {
  display: block;
  color: #fff;
  max-width: 85%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin: 0 auto;
  background-color: #6ab93b;
      font-family: "Constantia";
    text-transform: capitalize;
}
#index-body .i-product .i-prolist-bdy .mb_wrap ul li p a:hover {
  text-decoration: underline;
}
#index-body .i-about {
  display: block;
  padding: 16px 0 12px;
  background: url(../images/about_bg.jpg) no-repeat left bottom;
}
#index-body .i-about .i_about_top {
  display: block;
  height: 527px;
}
#index-body .i-about .i_about_top .video {
  display: block;
  float: left;
}
#index-body .i-about .i_about_top .video iframe{
  	background: url(../images/abc.jpg) no-repeat center;
	background-size:cover;}
#index-body .i-about .i_about_top .facy {
  display: block;
  float: left;
  width: 371px;
  margin: 0 10px;
}
#index-body .i-about .i_about_top .facy .bdy {
  position: relative;
  display: block;
  height: 190px;
  padding: 25px 20px 15px 16px;
  font-family: "Constantia";
  background: #6ab93b url(../images/abt_bg.png) no-repeat right bottom;
}
#index-body .i-about .i_about_top .facy .bdy h5 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
#index-body .i-about .i_about_top .facy .bdy em {
  display: block;
  width: 42px;
  height: 1px;
  margin: 15px 0;
  background-color: #fff;
}
#index-body .i-about .i_about_top .facy .bdy p {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}
#index-body .i-about .i_about_top .facy .bdy a {
  position: absolute;
  display: block;
  color: #fff;
  font-weight: bold;
  width: 38px;
  height: 38px;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: 20px;
  bottom: 15px;
}
#index-body .i-about .i_about_top .sevr {
  display: block;
  float: left;
  width: 371px;
}
#index-body .i-about .i_about_top .sevr .bdy {
  position: relative;
  display: block;
  height: 190px;
  padding: 25px 20px 15px 16px;
  font-family: "Constantia";
  background: #3f8913 url(../images/abt_bg.png) no-repeat right bottom;
}
#index-body .i-about .i_about_top .sevr .bdy h5 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
#index-body .i-about .i_about_top .sevr .bdy em {
  display: block;
  width: 42px;
  height: 1px;
  margin: 15px 0;
  background-color: #fff;
}
#index-body .i-about .i_about_top .sevr .bdy p {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}
#index-body .i-about .i_about_top .sevr .bdy a {
  position: absolute;
  display: block;
  color: #fff;
  font-weight: bold;
  width: 38px;
  height: 38px;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  right: 20px;
  bottom: 15px;
}
#index-body .i-about .i_about_btm {
  display: block;
  background-color: #b7cea7;
}
#index-body .i-about .i_about_btm .btm_video {
  position: relative;
  display: block;
  float: left;
  width: 437px;
  height: 198px;
  padding: 25px 20px 15px 18px;
  font-family: "Constantia";
  background: #3f8913 url(../images/abt_bg.png) no-repeat right bottom;
}
#index-body .i-about .i_about_btm .btm_video h5 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
#index-body .i-about .i_about_btm .btm_video em {
  display: block;
  width: 42px;
  height: 1px;
  margin: 15px 0;
  background-color: #fff;
}
#index-body .i-about .i_about_btm .btm_video p {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}
#index-body .i-about .i_about_btm .btm_video a {
  position: absolute;
  display: block;
  color: #fff;
  font-weight: bold;
  width: 38px;
  height: 38px;
  font-size: 20px;
  text-align: center;
  line-height: 38px;
  border: 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 18px;
  bottom: 23px;
}
#index-body .i-about .i_about_btm .btm_right {
  display: block;
  float: right;
  font-family: "Aparajita";
}
#index-body .i-about .i_about_btm .btm_right .left {
  display: block;
  float: left;
  width: 350px;
  padding: 50px 0 0 24px;
  text-transform: uppercase;
}
#index-body .i-about .i_about_btm .btm_right .left p {
  display: block;
  font-size: 26.47px;
}
#index-body .i-about .i_about_btm .btm_right .left h5 {
  display: block;
  font-size: 60px;
  color: #3f8913;
}
#index-body .i-about .i_about_btm .btm_right .right {
  display: block;
  float: right;
  width: 400px;
  padding: 12px 0 0 0;
}
#index-body .i-about .i_about_btm .btm_right .right li {
  display: block;
  float: left;
  font-size: 18px;
  width: 50%;
  padding: 0 0 0 40px;
  margin: 25px 0 0 0;
  text-transform: uppercase;
  background: url(../images/dui.png) no-repeat left center;
}
#index-body .i-news .title {
  display: block;
  margin: 35px 0 0;
  text-align: center;
  font-family: "Aparajita";
}
#index-body .i-news .title h5 {
  font-size: 48px;
  text-transform: uppercase;
}
#index-body .i-news .title h5 i {
  color: #6ab93b;font-size: 48px;
}
#index-body .i-news .title img {
  display: block;
  width: auto;
  margin: 0 auto 12px;
}
#index-body .i-news .title p {
  color: #777;
  font-size: 18px;
  font-style: italic;
  text-transform: capitalize;
}
#index-body .i-news .i_news_bdy {
  display: block;
  margin: 32px 0 60px;
}
#index-body .i-news .i_news_bdy li {
  display: block;
  float: left;
  width: 388px;
  margin: 0 0 0 18px;
  font-family: "Constantia";
}
#index-body .i-news .i_news_bdy li dl {
  font-size: 15px;
  margin: 24px 0 12px;
}
#index-body .i-news .i_news_bdy li dl dd {
	display: inline-block;
  margin: 0 16px 0 0;
}
#index-body .i-news .i_news_bdy li dl i {
  color: #333;
}
#index-body .i-news .i_news_bdy li dl em,
#index-body .i-news .i_news_bdy li dl a {
  color: #777;
  margin: 0 0 0 5px;
}
#index-body .i-news .i_news_bdy li h5 {
  display: block;
  color: #000;
  font-size: 16px;
  margin: 10px 0 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .i-news .i_news_bdy li p {
  color: #555;
  line-height: 26px;
}
#index-body .i-news .i_news_bdy li:first-child {
  margin-left: 0;
}
#index-body .i-news .i_news_bdy li:hover dd i,
#index-body .i-news .i_news_bdy li:hover dd em,
#index-body .i-news .i_news_bdy li:hover dd a {
  color: #6ab93b;
}
#index-body .i-news .i_news_bdy li:hover h5,
#index-body .i-news .i_news_bdy li:hover p {
  color: #6ab93b;
}
#footer {
  display: block;
  height: 330px;
  overflow: hidden;
  border-top: 4px solid #6ab93b;
  background: url(../images/fot_bg.jpg) no-repeat left top;
}
#footer .fot_link {
  display: block;
  float: left;
  padding: 36px 0 0 0;
  margin: 0 70px 0 0;
}
#footer .fot_link span {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
#footer .fot_link h5 {
  display: block;
  color: #5fff00;
  font-size: 20px;
  font-weight: bold;
  margin: 3px 0 0 0;
  text-transform: capitalize;
}
#footer .fot_link .bdy a {
  display: block;
  color: #fff;
  font-size: 16px;
  margin: 16px 0 0 0;
}
#footer .fot_link .bdy a:hover {
  color: #5fff00;
}
#footer .fot_ewn {
  display: block;
  float: left;
  width: 103px;
  margin: 105px 0 0;
}
#footer .fot_cont {
  display: block;
  float: left;
  padding: 36px 0 0 0;
  margin: 0 45px 0 0;
}
#footer .fot_cont span {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
#footer .fot_cont h5 {
  display: block;
  color: #5fff00;
  font-size: 20px;
  font-weight: bold;
  margin: 3px 0 20px;
  text-transform: capitalize;
}
#footer .fot_cont .bdy p {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
#footer .fot_cont .bdy p a {
  color: #fff;
}
#footer .fot_cont .bdy p a:hover {
  color: #5fff00;
}
#footer .fot_cont .bdy p em {
  display: block;
  float: left;
  padding: 0 0 0 36px;
  text-transform: uppercase;
}
#footer .fot_cont .bdy p i {
  display: block;
  float: left;
}
#footer .fot_cont .bdy p.p1 em {
  background: url(../images/fot_01.png) no-repeat left center;
}
#footer .fot_cont .bdy p.p2 em {
  background: url(../images/fot_02.png) no-repeat left center;
}
#footer .fot_cont .bdy p.p3 em {
  background: url(../images/fot_03.png) no-repeat left center;
}
#footer .fot_cont .bdy p.p4 em {
  background: url(../images/fot_04.png) no-repeat left 7px;
}
#footer .fot_where {
  display: block;
  float: right;
  width: 340px;
  height: 326px;
  padding: 36px 0 0;
  background-color: #3f8913;
}
#footer .fot_where span {
  display: block;
  color: #000;
  font-size: 14px;
  margin: 0 0 0 24px;
  text-transform: uppercase;
}
#footer .fot_where h5 {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 3px 0 25px 24px;
  text-transform: capitalize;
}
#footer .fot_where img {
  display: block;
  width: auto;
  margin: 0 auto;
}
#footer .fot_where .link {
  display: block;
  text-align: center;
  margin: 23px 0 0;
}
#footer .fot_where .link a {
  display: inline-block;
  margin: 0 3px;
}
.bottom {
  display: block;
  text-align: center;
  background-color: #000;
}
.bottom p {
  display: inline-block;
  color: #777;
  font-size: 16px;
  line-height: 32px;
  margin: 0 5px;
}
.bottom p a {
  color: #777;
}
.bottom p a:hover {
  color: #5fff00;
}
.inner-banner {
  width: 100%;
}
.inner-page .bread-crumbs {
  display: block;
  height: 42px;
  color: #333;
  line-height: 42px;
  margin: 0 0 24px;
  font-family: "Constantia";
  border-bottom: 1px solid #ccc;
}
.inner-page .bread-crumbs a {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.inner-page .bread-crumbs a:hover {
  color: #007840;
}
.inner-page .piclist li {
  float: left;
}
.inner-page .piclist li p {
  font-size: 16px;
  line-height: 1.7em;
  height: 3.4em;
  overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
  text-align: center;
  margin: 5px 0;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}
.inner-page .piclist li:hover h6,
.inner-page .piclist li:hover p {
  color: #007840;
}
.about-page {
  display: block;
  margin: 0 0 24px;
}
.about-page .about-artical {
  line-height: 25px;
}
.about-page .about-artical .alignnone{
	width:auto;}
.product-page .sidebar,.news-page .sidebar {
  width: 27%;
}
.product-page .sidebar .side-top input {
  display: block;
  float: left;
  outline: none;
  height: 42px;
  border: none;
}
.product-page .sidebar .side-top input[type="text"] {
  width: 179px;
  padding: 0 12px;
  text-transform: uppercase;
  background-color: #ededed;
}
.product-page .sidebar .side-top input[type="submit"] {
  width: 50px;
  background: #007840 url(../images/fdj.png) no-repeat center center;
}
.product-page .sidebar .side-top input[type="submit"]:hover {
  background-color: #6ab93b;
}
.product-page .sidebar .side-top .bdy {
  position: relative;
  display: block;
  float: left;
}
.product-page .sidebar .side-top .bdy h5 {
  display: block;
  height: 42px;
  color: #fff;
  line-height: 42px;
  padding: 0 10px;
  width: 95px;
  cursor: pointer;
  background-color: #007840;
  text-transform: uppercase;
}
.product-page .sidebar .side-top .bdy h5:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  right: 3px;
  top: 18px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
}
.product-page .sidebar .side-top .bdy .seach_pro {
  position: absolute;
  display: none;
  z-index: 999;
  width: 145px;
  left: 0;
}
.product-page .sidebar .side-top .bdy .seach_pro li {
  display: block;
  padding: 0 15px;
  background-color: #007840;
}
.product-page .sidebar .side-top .bdy .seach_pro li a {
  display: block;
  color: #fff;
  line-height: 32px;
  text-transform: capitalize;
}
.product-page .sidebar .side-top .bdy .seach_pro li:hover {
  background-color: #6ab93b;
}
.product-page .sidebar .side-bottom {
  display: block;
  margin: 21px 0 0;
}
.product-page .sidebar .side-bottom .side-tit,
.news-page .sidebar .side-bottom .side-tit {
  display: block;
  font-size: 24px;
  font-family: "Constantia";
  text-transform: uppercase;
}
.product-page .sidebar .side-bottom .side-menu,
.news-page .sidebar .side-bottom .side-menu {
  display: block;
  margin: 12px 0 0;
  font-family: "Constantia";
}
.product-page .sidebar .side-bottom .side-menu li,
.news-page .sidebar .side-bottom .side-menu li {
  display: block;
}
.inner-page .sidebar .side-bottom .side-menu > li{
	text-indent: 1em;}
.inner-page .sidebar .side-bottom .side-menu > li > .children > li{
	text-indent: 3em;}
/* .product-page .sidebar .side-bottom .side-menu li a,
.news-page .sidebar .side-bottom .side-menu li a {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 36px;
  text-transform: capitalize;
  border-bottom: 1px dashed #777;
} 
.product-page .sidebar .side-bottom .side-menu li a:hover {
  color: #007840;
  border-color: #007840;
} */
.product-page .page-right-bar,.news-page .page-right-bar {
  width: 72%;
}
.product-page .page-right-bar .piclist li {
  width: 32%;
  margin: 0 2% 1% 0;
}
.product-page .page-right-bar .piclist li img{
	border: 1px solid #ccc;
}
.prodet-page .product-details .prodet-top-l {
  width: 50%;
}
.prodet-page .product-details .prodet-top-l #pic-zoom img{
	border: 1px solid #ccc;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery {
  margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
  float: left;
  width: 16%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 0;
}
.prodet-page .product-details .prodet-top-r {
  position: relative;
  width: 45%;
}
.prodet-page .product-details .prodet-top-r h1.protit {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Constantia";
  text-transform: capitalize;
}
.prodet-page .product-details .prodet-top-r .prodetail p {
  font-size: 15px;
  line-height: 28px;
}
.prodet-page h4.pro-title {
  width: 180px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: #007840;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Constantia";
}
.prodet-page .prodet-details {
  margin-top: 50px;
  margin-bottom: 20px;
}
.prodet-page .prodet-details .bdy p {
  line-height: 28px;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #000;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.news-page .newslist {
  font-family: "Constantia";
}
.news-page .newslist li {
  padding: 0 0 12px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.news-page .newslist li .new-l {
  width: 20%;
}
.news-page .newslist li .new-r {
  width: 78%;
}
.news-page .newslist li .new-r h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
  color: #555;
  font-size: 14px;
  text-transform: capitalize;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
  line-height: 28px;
}
.news-page .newslist li .new-r:hover h3,
.news-page .newslist li .new-r:hover p,
.news-page .newslist li .new-r:hover i {
  color: #007840;
}
.news {
  font-family: "Constantia";
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 28px;
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.news .news_date {
  line-height: 28px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.news .news_abst {
  font-weight: bold;
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
}
.news .news_abst p {
  display: inline-block;
}
.news .news_contents {
  font-weight: bold;
  color: #333;
  line-height: 28px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .news_contents a {
  color: #333;
  line-height: 28px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #333;
  font-size: 14px;
  line-height: 28px;
  clear: both;
}
.news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .news_next a {
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: #777;
  margin-left: 5px;
  font-weight: bold;
}
.news .news_next a:hover {
  color: #007840;
}
.news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  display: block;
  margin: 0 0 30px;
}
.contact-page img {
  width: auto;
}
.contact-page .cn-form {
  width: 65%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  width: 32%;
  padding: 24px 15px 30px;
  border: 6px solid #f2f2f2;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
  font-weight: 600;
  font-size: 26px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 20px;
  color: #444;
  padding-bottom: 15px;
  font-family: "Constantia";
}
.contact-page .contact-details .contact-list h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Constantia";
}
.contact-page .contact-details .contact-list p {
  font-size: 15px;
  line-height: 28px;
}
.contact-page .contact-details .contact-list p.last strong{
	display: block;
	float: left;
}
.contact-page .contact-details .contact-list p.last span{
	display: block;
	float: left;
}
.contact-page .contact-details .contact-list a {
	display: block;
  color: #333;
}
.contact-page .contact-details .contact-list a:hover {
  color: #007840;
}
.lg-page .piclist li {
  width: 24%;
  margin: 0 1.33% 1% 0;
}
.faq-page .faq-list {
  display: block;
  font-weight: bold;
  font-family: "Constantia";
}
.faq-page .faq-list{
	padding-bottom: 20px;}
.faq-page .faq-list dt {
  font-size: 24px;
  color: #007840;
  font-weight: 600;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 28px;
  margin: 10px 0;
      border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
.prodet-information .choose-us{
	display:none;
	}
.cn-form {
  width: 100%;
  height: auto;
  font-weight: 600;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  margin: 0 0 24px;
  font-family: "Constantia";
}
.cn-form p {
  font-size: 16px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 23px;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-l li .btnTjly {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  height: 38px;
  background: #007840;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .m-form-l li .btnTjly:hover {
  color: #007840;
  background-color: #5fff00;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 237px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 1s linear;
  -webkit-transition: 1s linear;
  -moz-transition: 1s linear;
  -ms-transition: 1s linear;
  -o-transition: 1s linear;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
.around-line li {
  float: left;
  position: relative;
  cursor: pointer;
}
.around-line li a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.around-line li:before,
.around-line li:after {
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: absolute;
}
.around-line li:before {
  top: 0;
  left: 0;
  right: 100%;
  bottom: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
}
.around-line li:after {
  right: 0;
  bottom: 0;
  top: 100%;
  left: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.around-line li:hover:before {
  bottom: 0;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.around-line li:hover:after {
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.around-line li.active:before {
  bottom: 0;
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.around-line li.active:after {
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.m-page {
  font-family: arial;
  margin: 24px 0;
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 12px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #007840;
}
.m-page a:active {
  background: #007840;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #007840;
}
.inner-page .sidebar .side-bottom .side-tit{
	padding:10px 0;
	color:#fff;
	text-indent:1em;
	background:#007840;}
.inner-page .sidebar .side-bottom .side-menu a{
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 36px;
  color:#666;
  text-transform: capitalize;}
.inner-page .sidebar .side-bottom .side-menu a:hover,.inner-page .sidebar .side-bottom .side-menu li.active>a{
	color:#fff;
	background:#007840;}
.inner-page .sidebar .side-bottom .side-menu>li{
	background:#ededed;
	margin: 5px 0;}
.inner-page .sidebar .side-bottom .side-menu>li>.children>li{
	position: relative;}
.inner-page .sidebar .side-bottom .side-menu .children .children{
	position:absolute;
	left:100%;
	top:0;
	width:324px;
	background: #ededed;
	z-index: 99;
	display: none;}
.inner-page .sidebar .side-bottom .side-menu .children li{
	border-top:1px dashed #ccc;}
.fot_prods .children{
	display:none;}
.inner-page .sidebar .side-bottom .side-menu .children .children li:nth-of-type(1){
	border-top:none;}
	.inner-page .sidebar .side-bottom .side-menu .children li .fa{
		float:right;
		margin-top:15px;
		margin-right: 15px;
		font-size: 12px;}
		
.bdy img{width: auto;}		
		
@media screen and (max-width:1230px) {
    header nav .menu-box .menu > li > a{
        padding: 0 33px;
    }
    #index-body .i-product .i-prolist-bdy{
        zoom:0.8;
    }
    #index-body .i-about .i_about_top .video iframe{
        width:320px;
        height: 450px;
    }
    #index-body .i-about .i_about_top .facy,
    #index-body .i-about .i_about_top .sevr{
        width:300px;
    }
    #index-body .i-about .i_about_btm .btm_video{
        width:320px;
    }
    #index-body .i-about .i_about_btm .btm_video p {
        height: 60px;
        overflow: hidden;
    }
    #index-body .i-about .i_about_btm .btm_right .left{
        width:300px;
    }
    #index-body .i-about .i_about_btm .btm_right .right{
        width:320px;
    }
    #index-body .i-news .i_news_bdy li{
        width:300px;
    }
    #footer .fot_link.fot_prods,
    #footer .fot_where{
        width: 200px;
    }
    #footer .fot_cont{
        width: 220px;
    }
    #footer .fot_link{
        margin-right: 25px;
    }
    .inner-page .sidebar .side-bottom .side-menu a{
        white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    }
} 

@media screen and (max-width:970px) {
    #index-body .i-product .i-prolist-bdy {
        zoom: 0.62;
    }
    #index-body .i-about .i_about_top .video iframe {
        width: 230px;
        height: 394px;
    }
    #index-body .i-about .i_about_top .facy,
    #index-body .i-about .i_about_top .sevr {
        width: 235px;
    }
    #index-body .i-about .i_about_top .facy .bdy p,
    #index-body .i-about .i_about_top .sevr .bdy p{
        height: 40px;
        overflow: hidden;
    }
    #index-body .i-about .i_about_btm{
        display:none;
    }
    #index-body .i-about .i_about_top{
        height: auto;
    }
    #index-body .i-news .i_news_bdy li{
        width:228px;
    }
    #index-body .i-news .i_news_bdy li h5,
    .inner-page .sidebar .side-bottom .side-menu a{
        font-size:14px;
    }
    .product-page .sidebar .side-bottom .side-tit, 
    .news-page .sidebar .side-bottom .side-tit{
        font-size:20px;
    }
} 

@media screen and (max-width:768px) {
    #index-body .i-product .title h5,
    #index-body .i-news .title h5{
        font-size: 26px;
    }
     #index-body .i-news .title h5 i,#index-body .i-product .title h5 i{
         font-size: 26px;
     }
    #index-body .i-product .title .huhu, #index-body .i-product .title p{
        font-size:14px;
    }
    #index-body .i-product .i-prolist-bdy .mb_wrap ul li{
        position:static;
        width:100%!important;
        height:auto!important;
        margin-bottom: 30px;
    }
    #index-body .i-product .i-prolist-bdy{
        zoom:1;
        margin-top:30px;
    }
    #index-body .i-product .i-prolist-bdy .mb_wrap{
        height:auto;
    }
    #index-body .i-product .i-prolist-bdy .prev,
    #index-body .i-product .i-prolist-bdy .next,
    #footer .fot_ewn,
    #footer .fot_where{
        display:none;
    }
    #index-body .i-about .i_about_top .video iframe{
        display:none;
    }
    #index-body .i-about .i_about_top .facy, 
    #index-body .i-about .i_about_top .sevr,
    #index-body .i-news .i_news_bdy li{
        width:100%;
        margin: 20px 0 0;
    }
    #footer{
        height: auto;
        background-position:center;
        background-size:cover;
        padding-bottom:30px;
    }
    #footer .fot_link,
    #footer .fot_cont{
        width:100%;
        margin: 0;
    }
    .bottom p{
        font-size:14px;
    }
    .sidebar{
        margin-bottom:30px;
    }
    .sidebar,
    .page-right-bar{
        width:100%!important;
    }
    .product-page .page-right-bar .piclist li{
        width:49%;
        margin: 0 0 30px;
    }
    .product-page .page-right-bar .piclist li:nth-of-type(2n){
        margin-left: 2%;
    }
    .prodet-page .product-details .prodet-top-r h1.protit{
        font-size:16px;
    }
    .cn-form{
        padding: 20px 25px 10px;
    }
    .news-page .newslist li .new-l{
        display:none;
    }
    .news-page .newslist li .new-r,
    .contact-page .cn-form,
    .contact-page .contact-details{
        width:100%;
    }
} 



/******for-mobile*******/
 @media screen and (min-width: 1100px) {
    .header-box {
        display: none;
    }
}
@media screen and (max-width: 1100px) {
    .metaslider, .inner-banner {
        margin-top: 50px;
    }
    /*#banner .ws-title{*/
    /*display: none!important;*/
    /*}*/
    .header-box {
        display: block;
    }
    header{
        display: none;
    }
    .header-box {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 99;
        transition: 0.5s;
        background: #fff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    }
    .header-box.scoll, .header-box.hnner, .header-box:hover {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    }
    .header-box.scoll .nav li a, .header-box.hnner .nav li a, .header-box:hover .nav li a {
        color: #666666;
        opacity: 1;
        filter:alpha(opacity=100);
    }
    .header-box.scoll .nav li a:before, .header-box.hnner .nav li a:before, .header-box:hover .nav li a:before {
        background: #0078d7;
    }
    .header-box.scoll .nav li:hover a, .header-box.scoll .nav li.current a, .header-box.hnner .nav li:hover a, .header-box.hnner .nav li.current a, .header-box:hover .nav li:hover a {
        color: #0078d7;
    }
    .header {
        padding: 0 15px;
        position:relative;
        z-index:111;
        height: 50px;
        background: #fff;
    }
    .logo {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: 56;
        display: flex;
        justify-content:center;
        align-items:center;
    }
    .logo img {
        height: 35px;
        width:auto;
    }
    .header-right {
        float: right;
        margin-top: 24px;
    }
    .nav {
        float: left;
    }
    .nav li {
        float: left;
        padding-right: 115px;
        line-height: 1;
    }
    .nav li:last-child {
        padding-right: 0;
    }
    .nav li a {
        display: block;
        line-height: 1;
        font-size: 16px;
        opacity: 0.6;
        filter:alpha(opacity=60);
        color: #ffffff;
        padding-bottom: 35px;
        position: relative;
    }
    .nav li a:before {
        content:"";
        width: 100%;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: -1px;
        transform-origin:100%;
        -webkit-transform-origin:100%;
        -webkit-transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:transform .4s cubic-bezier(.4, 0, .2, 1);
        transition:transform .4s cubic-bezier(.4, 0, .2, 1), -webkit-transform .4s cubic-bezier(.4, 0, .2, 1);
        transform:scaleX(0);
        -webkit-transform:scaleX(0);
        visibility:hidden\9;
    }
    .nav li:hover a, .nav li.current a {
        opacity: 1;
        filter:alpha(opacity=100);
    }
    .nav li:hover a:before, .nav li.current a:before {
        transform:scaleX(1);
        -webkit-transform:scaleX(1);
        -moz-transform:scaleX(1);
        transform-origin:0;
        -webkit-transform-origin:0;
        visibility:visible\9;
    }
    .menubox {
        width: 100%;
        position: absolute;
        left: 0;
        top: 91px;
        background: #0078d7;
        filter:alpha(opacity=80);
        background: rgba(0, 120, 215, 0.8);
    }
    .menuwr h2 {
        float: left;
        color: #ffffff;
        font-size: 50px;
        font-weight: normal;
        text-transform: uppercase;
        margin-right: 54px;
        line-height: 1;
        margin-top: 12px;
    }
    .menulist {
        float: left;
        padding-left: 45px;
        border-left: 1px solid #fff;
        border-left:1px solid rgba(255, 255, 255, 0.3);
        min-height: 110px;
        margin-top: 12px;
    }
    .meun-down {
        display: none;
    }
    .menuwr {
        padding: 28px 0 32px;
    }
    .menulist li {
        margin-bottom: 16px;
    }
    .menulist li a {
        display: block;
        line-height: 1;
        color: #ffffff;
        font-size: 14px;
    }
    .menulist li a:hover, .menulist li a.active {
        color: #ff9e00;
    }
    .menuimg {
        float: right;
        width: 250px;
        line-height: 1;
        overflow: hidden;
    }
    .menuimg img {
        display: block;
        width: 100%;
        height: auto;
        line-height: 1;
    }
    .sideLayer {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 110;
        background: rgba(0, 0, 0, .3);
        display: none;
    }
    .menubtn {
        width:25px;
        position:absolute;
        left:15px;
        top:0;
        height: 100%;
        z-index: 80;
        display: flex;
        justify-content:center;
        align-items:center;
    }
    .menubtn span {
        display:block;
        width:18px;
        height:3px;
        background:#000;
        position:relative;
        vertical-align: middle;
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        -o-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s;
    }
    .menubtn span:after, .menubtn span:before {
        content:"";
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 3px;
        left: 0;
        background-color: #000;
        -webkit-transition-duration: .3s, .3s;
        -moz-transition-duration: .3s, .3s;
        -ms-transition-duration: .3s, .3s;
        -o-transition-duration: .3s, .3s;
        transition-duration: .3s, .3s;
        -webkit-transition-delay: .3s, 0s;
        -moz-transition-delay: .3s, 0s;
        -ms-transition-delay: .3s, 0s;
        -o-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s
    }
    .menubtn span:before {
        top: -7px;
        -webkit-transition-property: top, transform;
        -moz-transition-property: top, transform;
        -ms-transition-property: top, transform;
        -o-transition-property: top, transform;
        transition-property: top, transform;
        width: 120%;
    }
    .menubtn span:after {
        bottom: -7px;
        -webkit-transition-property: bottom, transform;
        -moz-transition-property: bottom, transform;
        -ms-transition-property: bottom, transform;
        -o-transition-property: bottom, transform;
        transition-property: bottom, transform;
        width: 80%;
    }
    .navigate {
        position:fixed;
        width:80%;
        height:100%;
        background:#fff;
        box-sizing:border-box;
        left:-100%;
        top:50px;
        overflow-y:auto;
        z-index: 120;
        padding:0 2%;
    }
    .navigateli {
        width:100%;
    }
    .navigateli >li {
        border-bottom:1px solid #dfdfdf;
        position: relative;
    }
    .navigateli >li i.icon.chevron {
        position: absolute;
        top:0px;
        right: 0;
        display: none;
    }
    .navigateli >li.on >a {
        background:#0078d7;
        color:#fff;
    }
    .navigateli >li >a {
        display:block;
        text-align:left;
        padding-left: 15px;
        color:#222;
        font-size:16px;
        height:50px;
        line-height:50px;
    }
    .menudowns {
        padding:10px 0 14px;
        border-top:1px solid #dfdfdf;
        display:none;
    }
    .menudowns li {
        margin-bottom:10px;
        text-align:left;
        padding-left: 15px;
    }
    .menudowns li:last-child {
        margin-bottom:0;
    }
    .menudowns li a {
        display:inline-block;
        color:#999999;
        font-size:16px;
        padding-left: 15px;
    }
    .mb-lan {
        position: absolute;
        cursor: pointer;
        right: 15px;
        z-index: 60;
        top: 0;
        height: 100%;
        width: 24px;
        background: url("/web/20190215225655im_/https://www.gaugecase.com/wp-content/themes/shunhaojinshu/images/mb-globe.png") no-repeat center;
    }
    .mb-lanList {
        position: fixed;
        z-index: 99;
        width: 30%;
        right: 0;
        top: 50px;
        background: #fff;
        padding: 10px 15px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
        display: none;
        max-width:120px;
    }
    .mb-lanList li {
        margin-bottom: 10px;
    }
    .mb-lanList li:last-child {
        margin-bottom: 0;
    }
    .mb-lanList li a {
        color: #000;
    }
    .newsear {
        width:100%;
        margin-top: 30px;
    }
    .newsear form {
        border: 1px solid #eee;
        overflow: hidden;
    }
    .newsear .sub {
        width:40px;
        height:40px;
        background:url(/web/20190215225655im_/https://www.gaugecase.com/wp-content/themes/shunhaojinshu/images/q-11.png) no-repeat center;
        border:0px none;
        float:left;
        background-size:20px;
    }
    .newsear .pt {
        float:left;
        height:40px;
        width:70%;
        border:0px none;
        padding-left:5%;
        font-size:16px;
        border-left: 1px solid #eee;
        outline: none;
    }
    .mb-side-social {
        position: absolute;
        left: 0;
        bottom: 80px;
        width: 100%;
        text-align: center;
    }
    .mb-side-social a {
        width: 25%;
        float: left;
        text-align: center;
    }
    .mb-side-social a .icon {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #ECECEC;
        line-height: 34px;
        color: #888;
    }
}
		